Loans API icon

Loans API

(0 reviews)

Get Schedule Projection

Description: This endpoint is used to get schedule projections based on arrangement Id. The Id will be passed in path parameter.

Mulesoft Request:

Headers:

Mandatory Headers: x-channel-id,x-correlation-id, x-bank-id,client_id, Authorization

Optional Headers: x-sub-channel-id,x-user-id, client_secret,x-debug-flag,x-debug-flag, x-customer-id

Paramaters:

URI Params: {arrangementId}

Query Params: sim-ref (optional)

Content-type: application/json

Mulesoft Response:

Success Response: (200)

{
    "status":
         {
        "success": true,
        "code": "200",
        "arabicMessage": "تمت العملية بنجاح",
        "englishMessage": "The Operation has been Successfully Completed"
        },
    "response":
    {
        "scheduleProjections": [
                {
                    "dueDate": "20210126",
                    "totalDue": "130",
                    "totalCap": "",
                    "principal": "",
                    "interest": "",
                    "charge": "130",
                    "totalPayment": "10000",
                    "OutStanding": "0"
                },
                {
                    "dueDate": "20210126",
                    "totalDue": "130",
                    "totalCap": "",
                    "principal": "",
                    "interest": "",
                    "charge": "130",
                    "totalPayment": "10000",
                    "OutStanding": "0"
                }]
    }
}

Reviews